DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / PerformSelector Method / PerformSelector(Selector,NSObject,Double,NSString[]) Method

In This Topic
    PerformSelector(Selector,NSObject,Double,NSString[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub PerformSelector( _
       ByVal selector As ObjCRuntime.Selector, _
       ByVal withObject As Foundation.NSObject, _
       ByVal afterDelay As Double, _
       ByVal nsRunLoopModes() As Foundation.NSString _
    ) 
    public virtual void PerformSelector( 
       ObjCRuntime.Selector selector,
       Foundation.NSObject withObject,
       double afterDelay,
       Foundation.NSString[] nsRunLoopModes
    )

    Parameters

    selector
    withObject
    afterDelay
    nsRunLoopModes
    See Also